home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_341 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  203 b   |  11 lines

  1. on(press){
  2.    if(_root.even7 == 18)
  3.    {
  4.       _root.TUTS.nextFrame();
  5.       _root.even7 = 19;
  6.    }
  7.    _root.micon.gotoAndStop(1);
  8.    _root.sfx.gotoAndStop(2);
  9.    _root.inven.gotoAndStop(1);
  10. }
  11.